home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / G6.Utilities.v1.6.WinALL / g6utilities-setup.exe / $INSTDIR / Help.txt next >
Encoding:
Text File  |  2003-04-22  |  8.9 KB  |  211 lines

  1. --------------------------------------------
  2. G6 Utilities (c) Gene6 SARL.
  3. Development: Gene6 SARL. (www.gene6.com) 
  4. Version 1.6
  5. Dated   February 2003
  6. WWWeb : http://www.gene6.com
  7. Email : utilities@gene6.com
  8. --------------------------------------------
  9. HELP FILE
  10. --------------------------------------------
  11.  
  12. Strings Operations Tab :
  13. ------------------------
  14.     
  15.         String Replacement : You have the possibility to search and replace   4
  16.         patterns in file names. Options are "All Occurences" which will  search
  17.         and replace  all occurence  of the  pattern(s) in  the file names,  and
  18.         "Ignore Case" which means the software won't differentiate the case  of
  19.         the searched pattern.
  20.         
  21.         Example :
  22.         Input : 'D:\thisisatest.dat'
  23.         Replace : 'test'
  24.         By : 'joke'
  25.         Output : 'D:\thisisajoke.dat'
  26.     
  27.         -----------------------------------------------------------------------
  28.         
  29.         String Insertion  : You  can insert  a specified  string at a specified
  30.         position in the file names.  Option is "Append Mode" which  will insert
  31.         the specified string at  the end of the  file names no matter  of their
  32.         length.
  33.         
  34.         Example :
  35.         Input : 'D:\thisisajoke.date'
  36.         Insert : 'good'
  37.         Position : 8
  38.         Ouput : 'D:\thisisagoodjoke.dat'
  39.         
  40. Enumeration Tab :
  41. -----------------
  42.  
  43.         You can rename the files using  a counter. You can specify a  string to
  44.         insert before and after, or choose to keep the original file names  (an
  45.         extra space will be  added to separate file  names and counter in  this
  46.         case). Options are  "Start Counting at"  which allow you  to choose the
  47.         start  value of  the counter,  "Number of  digits" which  allow you  to
  48.         specify how many digits the counter will have, and "Step" which is  the
  49.         value added to the counter between each iteration.
  50.         
  51.         Example :
  52.         Input : 'D:\photo_of_my_dad.jpg',
  53.                 'D:\photo_of_my_mom.jpg',
  54.                 'D:\photo_of_my_bro.jpg'.
  55.         Before Counter : 'photo_'
  56.         After Counter : '_of_my_family_'
  57.         Counter : 1/2/1
  58.         Output : 'D:\photo_01_of_my_family.jpg',
  59.                  'D:\photo_02_of_my_family.jpg',
  60.                  'D:\photo_03_of_my_family.jpg'.
  61.     
  62. Chars Deletion :
  63. ----------------
  64.  
  65.         You can remove a specified number of characters in the file names.  You
  66.         can specify the  starting position or  choose to remove  the characters
  67.         from the end of  the file names. Option  is to convert them  to the 8.3
  68.         format (old DOS format with 8 characters max).
  69.         
  70.         Example :
  71.         Input : 'D:\photo_of_my_dad.jpg',
  72.                 'D:\photo_of_my_mom.jpg',
  73.                 'D:\photo_of_my_bro.jpg'.
  74.         Number of chars to delete : 3
  75.         Position : 9
  76.         Output : 'D:\photo_of_dad.jpg',
  77.                  'D:\photo_of_mom.jpg',
  78.                  'D:\photo_of_bro.jpg'.
  79.  
  80. Case Changing :
  81. ---------------
  82.  
  83.         You can change case of the  file names. General : Lower Case  will turn
  84.         the file names to lower case,  and Upper Case to upper case.  Details :
  85.         Upcase  1st character  of the  file names  will upcase  ONLY the  first
  86.         character and won't touch the  rest. Upcase 1st character of  each word
  87.         will upcase ALL the firsts characters  (you can specify a value to  use
  88.         as a  word separator  in case  it's not  the space).  Cowboy mode  will
  89.         rename using alternates upper and lower case characters. Invert Current
  90.         Case will turn upper to lower and lower to upper.
  91.         
  92.         Example :
  93.         Input : 'D:\photo_of_my_dad.jpg',
  94.                 'D:\photo_of_my_mom.jpg',
  95.                 'D:\photo_of_my_bro.jpg'.
  96.         Option : Upcase 1st character of each word with '_' as word separator
  97.         Output : 'D:\Photo_Of_My_Dad.jpg',
  98.                  'D:\Photo_Of_My_Mom.jpg',
  99.                  'D:\Photo_Of_My_Bro.jpg'.
  100.  
  101. Extension and attributes :
  102. --------------------------
  103.  
  104.         You can change extension of files. It doesn't convert files, only their
  105.         names  are touched.  You can  also change  their attributes  (ReadOnly,
  106.         System, Hidden, Archive). Keep in mind that if you turn the files  into
  107.         readonly mode, you won't be able to rename them. You'll have to  remove
  108.         the readonly mode before renaming.
  109.     
  110. MP3/VQF Tools :
  111. ---------------
  112.  
  113.         You can rename MP3  and VQF files using  their internal tags. Select  a
  114.         mask using patterns and then preview or process. You can save the  list
  115.         as a Winamp  playlist. You can  also remove the  ID3 Tags from  the MP3
  116.         files.
  117.         
  118.         Example :
  119.         Input : 'D:\Song01.mp3',
  120.                 'D:\Song02.mp3',
  121.                 'D:\Song03.mp3'.
  122.         Mask : '%i.%a - %t'
  123.         Output : 'D:\01.Avril Lavigne - Losing Grip.mp3',
  124.                  'D:\02.Avril Lavigne - Complicated.mp3',
  125.                  'D:\03.Avril Lavigne - Sk8er Boi.mp3'.
  126.  
  127.         Of course, ID3 Tags must be filled ! 
  128.     
  129. Zip and Unzip :
  130. ---------------
  131.  
  132.         Zip : You  can choose the  compression level (max=9),  choose to use  a
  133.         password and to  include path in  zip file. You  can zip all  the files
  134.         from the list box into one big  zip (Zip All) or you can zip  each file
  135.         of the list box  into a different zip  file. 
  136.  
  137.         -----------------------------------------------------------------------
  138.         
  139.         Unzip : You  can unzip all the files  into their  directory, a   common
  140.         directory,  a new directory created for each file. You have the  option
  141.         to delete the zip file  once it's unzipped.
  142.     
  143. Dupes Finder :
  144. --------------
  145.  
  146.         You can search duplicate files  from the list. G6 Utilities  search for
  147.         files with same size, then calculate the CRC32 (Checksum) of the files.
  148.         You can View dupes,  remove them from the  list box, or to  remove them
  149.         from your hard drive.  Very helpful if you  have tons of files  and you
  150.         are too lazy to manually compare them.
  151.  
  152. Files List :
  153. ------------
  154.  
  155.         You can rename the selected files using an ascii file containing  their
  156.         new names. You  MUST specify if  the ascii file  contains path or  not.
  157.         Once the file is opened in G6 Utilities, you can edit it in a memo  box
  158.         (remove blank lines, unwanted path ...)
  159.         
  160.         Example :
  161.         Input : 'D:\Song01.mp3',
  162.                 'D:\Song02.mp3',
  163.                 'D:\Song03.mp3'.
  164.         ASCII File : '01.Avril Lavigne - Losing Grip.mp3
  165.                       02.Avril Lavigne - Complicated.mp3
  166.                       03.Avril Lavigne - Sk8er Boi.mp3'
  167.                       (one title per line).
  168.         Option : The list DOESN'T contain path infos
  169.         Output : 'D:\01.Avril Lavigne - Losing Grip.mp3',
  170.                  'D:\02.Avril Lavigne - Complicated.mp3',
  171.                  'D:\03.Avril Lavigne - Sk8er Boi.mp3'.
  172.  
  173. Files Replacement :
  174. -------------------
  175.  
  176.         You can replace the selected files by the one selected. Useful when you
  177.         have 10x the same file and you are too lazy to update each file.
  178.         
  179.         Example :
  180.         Input : 'D:\site\english\intro.avi',
  181.                 'D:\site\french\intro.avi',
  182.                 'D:\site\german\intro.avi'.
  183.         File to replace with : 'C:\Videos\Multi\brandnewintro.avi'
  184.         Output : 'D:\site\english\intro.avi' **UPDATED**
  185.                  'D:\site\french\intro.avi'  **UPDATED**
  186.                  'D:\site\german\intro.avi'  **UPDATED**
  187.     
  188. SFV/MD5 Tools :
  189. ---------------
  190.  
  191.         You can create a SFV (or MD5) file containing checksum for each file of
  192.         the list box. Option : WinSFV32 compatible (using a special tag in  the
  193.         top of the  file). You can  also verify a  SFV (or MD5)  file. Option :
  194.         Auto Rename corrupted files to BAD_blahblah.mp3
  195.     
  196.     Description of CRC (used by SFV) :
  197.         Abbreviation  of  cyclic  redundancy  check,  a  common  technique  for
  198.         detecting  data  transmission  errors.   A  number  of  file   transfer
  199.         protocols, including Zmodem, use CRC in addition to checksum.
  200.     
  201.     Description of MD5 :
  202.         An algorithm created in 1991 by Professor Ronald Rivest that is used to
  203.         create digital signatures. It is intended for use with 32 bit  machines
  204.         and is safer than  the MD4 algorithm, which  has been broken. MD5  is a
  205.         one-way hash function, meaning that it takes a message and converts  it
  206.         into a fixed string of digits, also called a message digest. 
  207.         When  using  a one-way  hash  function, one  can  compare a  calculated
  208.         message digest  against the  message digest  that is  decrypted with  a
  209.         public key to verify that  the message hasn't been tampered  with. This
  210.         comparison is called a "hashcheck." 
  211.